From f9709a1e43bbefc3396c47c411ad11d5cfb8ffc1 Mon Sep 17 00:00:00 2001 From: "djm@kirby.fc.hp.com" Date: Wed, 12 Oct 2005 09:26:23 -0600 Subject: [PATCH] Minor change needed for types rearrangement in xen-unstable 7339 --- xen/arch/ia64/vmx/mm.c | 2 +- xen/arch/ia64/vmx/vmx_hypercall.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/xen/arch/ia64/vmx/mm.c b/xen/arch/ia64/vmx/mm.c index 4d3ed238fa..cb69559462 100644 --- a/xen/arch/ia64/vmx/mm.c +++ b/xen/arch/ia64/vmx/mm.c @@ -87,7 +87,7 @@ */ #include -#include +//#include #include #include #include diff --git a/xen/arch/ia64/vmx/vmx_hypercall.c b/xen/arch/ia64/vmx/vmx_hypercall.c index 727a145033..26f924196e 100644 --- a/xen/arch/ia64/vmx/vmx_hypercall.c +++ b/xen/arch/ia64/vmx/vmx_hypercall.c @@ -22,7 +22,7 @@ #include #include #include -#include +//#include #include #include #include -- 2.30.2